home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
multimed
/
MAINACT
/
DATA1.CAB
/
Script_Files
/
ldrpics.rex
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-05-04
|
932b
|
16 lines
/**************************************************************
* *
* MainActor Rexx Script *
* *
* Short example on how to load a specific range of pictures *
* inside a picture list. *
* *
* Last modified: 09/19/97, Written by: Markus Moenig *
* *
**************************************************************/
startpicture="e:\gfx\pix\iff\maincpt\Mc.050" /* Set the start picture */
picturestoload=70 /* Load in 70 pictures */
say "Loading" picturestoload "pictures ..."
LoadPictureList( startpicture, picturestoload) /* Loads in 70 pics */